Skip to content

Commit bdaab97

Browse files
authored
Merge pull request #6679 from akatsoulas/shell-plus-loads
Don't load djang-silk in shell_plus
2 parents a064075 + d8e5cf6 commit bdaab97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kitsune/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,3 +1338,6 @@ def filter_exceptions(event, hint):
13381338

13391339
GOOGLE_APPLICATION_CREDENTIALS = config("GOOGLE_APPLICATION_CREDENTIALS", default="")
13401340
GOOGLE_CLOUD_PROJECT = config("GOOGLE_CLOUD_PROJECT", default="")
1341+
1342+
# shell_plus conf
1343+
SHELL_PLUS_DONT_LOAD = ["silk"]

0 commit comments

Comments
 (0)